home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / wntdrvs.cfg < prev    next >
Text File  |  1997-05-01  |  4KB  |  127 lines

  1.  
  2. ;Using WNT graphics library, you can set the view/trans. windows location using
  3. ;The two variables below as 'x1, x2, y1, y2'. However, since both share the same
  4. ;parent window, x1, y1 of ViewPrefPos sets the positions. The (same) height of
  5. ;both windows is set as the maximal height of the Trans and View windows.
  6. TransPrefPos    "500, 600,   1, 500"
  7. ViewPrefPos    "1,   500,   1, 500"
  8.  
  9. ;Specifies the background color.
  10. BackGround    "0 0 0"
  11.  
  12. ;Sets the light source position as (X, Y, Z, W).
  13. ;W of 0.0 denotes a light source at infinity.
  14. LightSrcPos    "1.0, 2.0, 10.0, 0.0"
  15.  
  16. ;Name of command/program to execute every iteration of animation sequence.
  17. ExecAnimCmd    ""
  18.  
  19. ;Should hold Min,Max,Dt{,s} for automatic animation on startup.
  20. ExecAnimation    ""
  21.  
  22. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  23. ;Internal    TRUE
  24.  
  25. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  26. ;normal attribute ([NORMAL X Y Z]).
  27. DrawVNormal    FALSE
  28.  
  29. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  30. ;plane attribute ([PLANE A B C D]).
  31. DrawPNormal    FALSE
  32.  
  33. ;Do we want to be more talkative!?
  34. MoreVerbose    FALSE
  35.  
  36. ;If TRUE, enforce a unit matrix.
  37. UnitMatrix    FALSE
  38.  
  39. ;If TRUE polygons ware shared solid. Otherwise as wireframe.
  40. DrawSolid    FALSE
  41.  
  42. ;If TRUE back facing polygons will not be drawn.
  43. BFaceCull    FALSE
  44.  
  45. ;If TRUE double buffering will be used. Otherwise single buffer.
  46. DoubleBuffer    TRUE
  47.  
  48. ;Debug input stream by printing recieved object.
  49. DebugObjects    FALSE
  50.  
  51. ;Debug input stream by echoing input.
  52. DebugEchoInput    FALSE
  53.  
  54. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  55. ; (depth) as dotted lines
  56. DepthCue    TRUE
  57.  
  58. ;If TRUE four polygons are formed from each bilinear
  59. ;in the solid rendering option. Otherwise two polygons.
  60. FourPerFlat    FALSE
  61.  
  62. ;Do we want anti aliased lines!?
  63. AntiAlias    FALSE
  64.  
  65. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  66. ;well as the surfaces/curves themselves.
  67. DrawSurfaceMesh    FALSE
  68.  
  69. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  70. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  71. ;subdivision in this case.
  72. DrawSurfacePoly FALSE
  73.  
  74. ;Is this display device should be executed stand alone or as a display
  75. ;device for IRIT.
  76. StandAlone    TRUE
  77.  
  78. ;Number of isolines per surface. Should be at least 2.
  79. NumOfIsolines    10
  80.  
  81. ;Number of samples (equally spaced in parametric space) per curve.
  82. SamplesPerCurve    64
  83.  
  84. ;Line width of line drawings, in pixels.
  85. LineWidth    1
  86.  
  87. ;Methods of optimal subdivision of surfaces into polygons.
  88. ;If 0 surfaces are converted into polygons using a fixed grid. Otherwise,
  89. ;if 1 surfaces are adaptively converted into polygons by curvature. Otherwise,
  90. ;if 2 surfaces are adaptively converted into polygons by bilinears.
  91. PolygonOpti    0
  92.  
  93. ;Methods of optimal subdivision of curves into polylines.
  94. ;If 0 curves are sampled in equally spaced intervals.
  95. ;if 1 curves are sampled to minimize dist. between curve and polyline approx.
  96. PolylineOpti    0
  97.  
  98. ;Method of shading:
  99. ; 1. Flat shading
  100. ; 2. Gouraud shading
  101. ; 3. Phong shading
  102. ShadingModel    2
  103.  
  104. ;The transformation to begin with should be in:
  105. ; 1. Screen axes coordinate system
  106. ; 2. Object axes coordinate system
  107. TransMode    1
  108.  
  109. ;The viewing mode to begin with:
  110. ; 1. Perspective View
  111. ; 2. Orthographic view
  112. ViewMode    2
  113.  
  114. ;Vertices normal length. This number is divided by 1000 to form object space
  115. ;normal size scaler.
  116. NormalLength    100
  117.  
  118. ;Domain in Z for clipping.
  119. ZClipMin    -2.0
  120. ZClipMax    2.0
  121.  
  122. ;Sets default FineNess for subdivision of surfaces into polygons.
  123. FineNess    10
  124.  
  125. ;Sets the width of the cross drawn for point objects.
  126. PointWidth    0.02
  127.